POV-Ray : Newsgroups : povray.binaries.images : ISO CGS issue : Re: ISO CGS issue Server Time
14 Aug 2024 13:26:42 EDT (-0400)
  Re: ISO CGS issue  
From: Christoph Hormann
Date: 14 Oct 2002 05:34:25
Message: <3DAA8FA1.FF0EA924@gmx.de>
chaps wrote:
> 
> 
> But I am in trouble using IC_Merge_Array. The code I try is:
> 
> #declare SP4 = IC_Translate ( IC_Scale ( IC_Sphere ( <0, 0, 0 > , 1 ), < 0.5
> , 1 , 0.2 > ), < 0.7 , -0.7 , 0 > )
> 
> #declare SP_Array = array[12]
> 
> #declare SP_Array[0] = SP4
> [...]

This does not work, SP4 is a function.  Try:

#declare SP_Array[0] = function { SP4(x, y, z) }

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.